Straight Code

static int code = 0; 
void funcStraight (void)
{
    code = 1;
}

There is only one path through this particular function, which is represented as lying along the x-axis.